SetPluginsOptions
Configures plugins from an external source. The settings can be set for all plugins or for a specific plugin. For example, this method can be used to pass an authorization token to the plugin. This method can be used only with the connector class.
Syntax
expression.SetPluginsOptions(options);
expression
- A variable that represents a Api class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
options | Required | PluginOptions | Plugin options. |
Returns
This method doesn't return any data.